home *** CD-ROM | disk | FTP | other *** search
/ Get Connected 3 / Get Connected Volume 3 (Best Data Products)(1997).bin / bdport.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-07-21  |  2.8 KB  |  111 lines

  1. ; BDPORT.INF
  2. ; This is the device information file for the Winmodem port installation.
  3.  
  4. ; Comment starting with a semicolon should not be added at the end of a line.
  5.  
  6. [version]
  7. signature="$CHICAGO$"
  8.  
  9. Class=Ports
  10. ; install hardware with port capabilities only.
  11.  
  12. Provider=%Bestdata%
  13. ; name of the hardware provider
  14.  
  15. [DestinationDirs]
  16. ComPort.CopySys=11
  17. ; SYSTEM subdirectory
  18.  
  19. [SourceDisksFiles]
  20. bdpmodem.vxd=1
  21. ; Source disk : disk one
  22.  
  23. [SourceDisksNames]
  24. 1="Best Data 56x2",DISK1,2345-16E8
  25. ; this is the install disk description
  26.  
  27. ;----------------------------------------------------------
  28. ; Install class "Ports"
  29. ; Windows will probably not use these entries, because the port class
  30. ; is already installed
  31.  
  32. [ClassInstall]
  33. AddReg=PortsClass.AddReg
  34.  
  35. [PortsClass.AddReg]
  36. HKR,,,,%PortsClassName%
  37.  
  38. ;----------------------------------------------------------
  39. ; Drivers
  40. ; BDPmodem hardware declaration
  41.  
  42. [Manufacturer]
  43. %Std%=Std
  44.  
  45. [Std]
  46. %BDPmodem.DeviceDesc% = ComPort,BDPMODEM
  47.  
  48. ;----------------------------------------------------------
  49. ; COM sections
  50.  
  51. [ComPort]
  52. AddReg=ComPort.AddReg
  53. ; add registry entries
  54.  
  55. UpdateIniFields=ComPort.AddIniField
  56. ; add new entries to system.ini
  57.  
  58. CopyFiles=ComPort.CopySys
  59. ; copy BDPmodem files
  60.  
  61. [ComPort.CopySys]
  62. bdpmodem.vxd,bdpmodem.vx_
  63. ; this file will be copied in the SYSTEM directory
  64.  
  65. [ControlFlags]
  66. ExcludeFromSelect=BDPMODEM
  67.  
  68. [ComPort.AddReg]
  69. ; system keys
  70. HKR,,ConfigDialog,,serialui.dll
  71. ; the DLL containing the baud rate/data bits/stop bits configuration dialog
  72.  
  73. HKR,,DevLoader,,*vcomm
  74. ; device loader. Must be vcomm
  75.  
  76. HKR,,PortDriver,,bdpmodem.vxd
  77. ; driver name
  78.  
  79. HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 09,40,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  80. ; Default DCB
  81.  
  82. HKR,,PortSubClass,1,01
  83. ; May be useless
  84.  
  85. HKR,,EnumPropPages,,"bdpmodem.cpl,EnumPropPages"
  86. ; Coordinates of the property provider
  87.  
  88. ; Winmodem specific keys. Required. See VxD external specifications
  89. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\AutomaticPortSelection,,,TRUE
  90. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\Base,,,270
  91. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ComAlias,,,COM4
  92. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ComPort,,,COM4
  93. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\ForceCOM1To4,,,TRUE
  94. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\IRQ,,,7
  95. HKLM,SOFTWARE\Bestdata\BDPmodem\1.0\AllowIRQSharing,,,TRUE
  96.  
  97. [ComPort.AddIniField]
  98. %10%\SYSTEM.INI,Boot,drivers,"bdpmodem.100\bdpmodem.drv",
  99. ; this entry delete the reference to an old BDPmodem driver.
  100.  
  101. %10%\SYSTEM.INI,Boot,drivers,,"bdpmodem.101\bdpmodem.drv"
  102. ; this entry add the BDPmodem driver to the list of preloaded drivers.
  103.  
  104. ;----------------------------------------------------------
  105. ; User readable strings
  106. [Strings]
  107. Bestdata = "Bestdata"
  108. Std = "Bestdata"
  109. PortsClassName = "Ports (COM & LPT)"
  110. BDPmodem.DeviceDesc = "Best Data 56x2"
  111.